home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1997 July / Freeware CD.iso / Compuser / CS.DXR / 00057.ls < prev    next >
Encoding:
Text File  |  1997-05-05  |  153 b   |  9 lines

  1. on exitFrame
  2.   if the movieTime of sprite 20 < the stopTime of sprite 20 then
  3.     go(the frame)
  4.   else
  5.     mClose(20)
  6.     go("CS", "START")
  7.   end if
  8. end
  9.